home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nosvw137.zip / CD < prev    next >
Text File  |  1991-09-18  |  624b  |  21 lines

  1. ==                                                  NOSview [137]
  2. cd
  3. ==
  4.  
  5. _________________________________________________________________
  6. cd [<directory>]
  7. _________________________________________________________________
  8.  
  9. Changes the current directory to <directory>, which must be an
  10. existing directory on the local machine.
  11.  
  12. The directory specified can be relative to the current directory,
  13. or absolute, with the name beginning at the DOS root (/).
  14.  
  15. Without an argument, 'cd' simply displays the current directory
  16. without change.
  17.  
  18. The 'pwd' command is an alias for 'cd'.
  19.  
  20. >> Example:  cd spool/mqueue
  21.